import { ChatInputCommandInteraction } from "discord.js"; import { modifiedSlashCommandBuilder } from "../../../adapters/slashModel.mjs"; interface payload { cmd: { data: modifiedSlashCommandBuilder; execute: (interaction: ChatInputCommandInteraction) => any; }; interaction: ChatInputCommandInteraction; } interface taskResponse { continue: boolean; } export declare class BehaviorAttachment { private static onViolateAdv; static execute(payload: payload): Promise; } export {}; //# sourceMappingURL=behaviorAttachment%20copy.d.ts.map